home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / fontutil.6 / fontutil / fontutils-0.6 / pk / ChangeLog next >
Encoding:
Text File  |  1992-10-27  |  4.0 KB  |  139 lines

  1. Tue Oct 27 12:56:27 1992  Karl Berry  (karl@cs.umb.edu)
  2.  
  3.     * Version 0.6.
  4.  
  5. Thu Sep  3 09:31:18 1992  Karl Berry  (karl@hayley)
  6.  
  7.         * Version 0.5.
  8.  
  9. Sat Jun 13 11:45:30 1992  Karl Berry  (karl@hayley)
  10.  
  11.         * pk_input.c: change for new names of list fns.
  12.  
  13. Sat Mar 28 07:49:27 1992  Karl Berry  (karl at hayley)
  14.  
  15.         * Version 0.4.
  16.  
  17.         * Change copyright years to 1992 only.
  18.  
  19. Sat Mar  7 14:07:52 1992  Karl Berry  (karl at fosse)
  20.  
  21.         * pk_input.c: complete prototypes for static fns.
  22.  
  23. Sat Mar  7 11:16:20 1992  Karl Berry  (karl at hayley)
  24.  
  25.         * GNUmakefile (files, headers, sources): replace with `c_and_h', etc.
  26.  
  27. Thu Jan  9 08:29:21 1992  Karl Berry  (karl at hayley)
  28.  
  29.         * *.c: do not include global.h.
  30.  
  31.         * *.h: remove #pragma once.
  32.  
  33. Wed Jan  8 15:05:33 1992  Karl Berry  (karl at hayley)
  34.  
  35.         * update copyright messages.
  36.  
  37.         * change `allocate to `xmalloc', `reallocate' to `xrealloc', and
  38.           `string_copy' to `strdup'.
  39.  
  40. Tue Jul 30 13:19:47 1991  Karl Berry  (karl at ra.cs.umb.edu)
  41.  
  42.         * Version 0.3.
  43.  
  44. Sat Jun 15 09:53:33 1991  Karl Berry  (karl at hayley)
  45.  
  46.         * all files: change `checked_' to `x'.
  47.  
  48. Thu Jun  6 07:31:28 1991  Karl Berry  (karl at hayley)
  49.  
  50.         * All files: change to version 2 of the GPL.
  51.  
  52. Thu Mar  7 07:33:24 1991  Karl Berry  (karl at hayley)
  53.  
  54.         * Version 0.2.
  55.  
  56. Mon Mar  4 15:00:02 1991  Karl Berry  (karl at hayley)
  57.  
  58.         * pk_input.c: doc fix.
  59.  
  60. Mon Feb 25 16:04:52 1991  Karl Berry  (karl at hayley)
  61.  
  62.         * pk_input.c: use `pk_...' instead of `..._pk_...'.
  63.  
  64. Sun Feb 17 09:48:32 1991  Karl Berry  (karl at hayley)
  65.  
  66.         * pk_input.c: include config.h.
  67.  
  68. Sat Nov 17 12:52:59 1990  Karl Berry  (karl at hayley)
  69.  
  70.         * pk_input.c: include appropriate file-...h files.
  71.  
  72. Sat Sep 29 09:01:25 1990  Karl Berry  (karl at hayley)
  73.  
  74.         * pk_input.c (find_internal_font): return null at the end.
  75.  
  76. Sun Sep  9 12:37:53 1990  Karl Berry  (karl at hayley)
  77.  
  78.         * pk_input.c (pk_get_string): append a trailing null to the
  79.         string.
  80.  
  81. Wed Aug 29 14:23:26 1990  Karl Berry  (karl at hayley)
  82.  
  83.         * pk_input.c (pk_get_byte, ...): add the filename argument, and
  84.         rewrite as macros.
  85.  
  86. Sat Aug 25 13:42:42 1990  Karl Berry  (karl at hayley)
  87.  
  88.         * pk_input.c (get_bitmap): ignore bits remaining in the last byte.
  89.  
  90. Wed May 30 15:32:37 1990  Karl Berry  (karl at hayley)
  91.  
  92.         * pk_input.c (get_one_pk_char): give a better error message if the
  93.         character code is out of range; allow for it to be negative.
  94.  
  95. Wed May  2 12:14:57 1990  Karl Berry  (karl at claude)
  96.  
  97.     * pk_input.c (delete_internal_font): new routine.
  98.         (close_pk_input_file): call it, instead of doing the work here.
  99.  
  100. Sun Apr 22 07:04:07 1990  Karl Berry  (karl at hayley)
  101.  
  102.     * pk_input.c (unpack): off by one in calculation of the minimum row.
  103.  
  104. Tue Apr 17 07:17:33 1990  Karl Berry  (karl at hayley)
  105.  
  106.     * pk_input.c (pk_get_two): new routine.
  107.         (get_one_pk_char): call it to get the packet length in the
  108.         extended short format.
  109.  
  110.     * pk_input.c (unpack): get the h and v_offset values as signed
  111.     numbers. 
  112.  
  113.     * pk_input.c: make `do_upper_nybble' visible to the file, so that
  114.     we can set it to true before reading each character.
  115.  
  116. Mon Apr 16 16:53:36 1990  Karl Berry  (karl at hayley)
  117.  
  118.     * pk_input.c (get_packed_bitmap): don't overwrite the repeat count
  119.     for a row on a subsequent run count.
  120.  
  121.     * pk_input.c (get_run_count): forgot to initialize *repeat_count
  122.     to zero, and to only look for it once.
  123.  
  124.     * pk_input.c (data_get_nybble): returned the upper nybble when we
  125.     wanted the lower, and vice versa.
  126.  
  127.     * pk_input.c (get_one_pk_char): tested wrong bit to see which
  128.     preamble format we were supposed to read.
  129.  
  130.     * pk_input.c (get_one_pk_char): allocate the space for each packed
  131.     character before we fill it in.
  132.  
  133.     * pk_input.c (get_one_pk_char): the flag byte has already been
  134.     read; get it as a parameter, not by reading it from the file.
  135.  
  136.     * pk_input.c (get_all_pk_chars): test for a non-command first,
  137.     since that is so common.  And give a fatal error if we hit a
  138.     command that isn't undefined.
  139.